Fix cursor motion at end of line that ends with a composite character.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:07:27 +0000 (14:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:07:27 +0000 (14:07 +0300)
commit85399d683ea6ecabe0f43face78d16b87d45e1c5
tree020d6de7ad865db3edfa771f73c5af03859c886e
parent261ff1e61780a72558c3b35629e97b674eb5354e
Fix cursor motion at end of line that ends with a composite character.

 xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
 use `get_next_display_element' and `set_iterator_to_next' to
 advance to the next character, when looking for the character that
 begins the next row.
src/ChangeLog
src/xdisp.c